 |
 |
 |
 |
#198022 - 12/25/02 02:13 PM
[6.4] Spell Check
|
Admin / Code Breaker
Registered: 03/24/01
Posts: 7396
|
Name: Spell Check 1.6 Original Authors: Bandit_1234, Anime-loo. Oh, and me. Description: Lets you check for spelling mistakes in your post. Link: ZIP File or MultiHack File Demo: http://www.lkworld.com Requirements: UBB™ 6.4.0 , Mod Wordlets Devkit , Modification CP Addon Number of Downloads: [img]http://www.ubbdev.com/lk/num.php?s=spell64.zip,spell64.mhp[/img]
_________________________
My Hacks Page (will be back with UBB 7!) UBBDev - We put the class into UBB.classic!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198028 - 12/31/02 07:45 AM
Re: [6.4] Spell Check
|
Member
Registered: 07/24/02
Posts: 51
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198029 - 12/31/02 01:58 PM
Re: [6.4] Spell Check
|
Member
Registered: 06/10/00
Posts: 46
Loc: Tallahassee, FL
|
quote: Originally posted by WL7: Everything loaded fine but when I click the Spell Check button, a window opens but it is blank. No error just a blank window. I have the ubb_spell chmod at 755. Double checked the hacked code and it looks right...
Any thoughts or similiar problems?
I get the same thing with this error message: Can't locate LWP/UserAgent.pm in @INC (@INC contains: ./Modules . /usr/local/etc /httpd/cgi-bin/ubb /usr/local/etc/httpd/cgi-bin/ubb/Modules /usr/local/lib/perl5 /5.00503/i386-freebsd /usr/local/lib/perl5/5.00503 /usr/local/lib/site_perl /usr /local/lib/site_perl .) at /usr/local/etc/httpd/cgi-bin/ubb/ubb_spell.cgi line 4 3.
_________________________
I have <img src="http://www.ubbdev.com/ud/?u=[meacfans.com] Rattler til Death&s=1" alt=" - " /> points. Team meacfans.com has <img src="http://www.ubbdev.com/ud/?u=[meacfans.com]Rattler til Death,[meacfans.com] Miz-Val,[meacfans.com]bouche,[meacfans.com]TechnoRattler,meacfans.com]The Camera,[meacfans.com]RAM&s=1" alt=" - " />
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198038 - 03/08/03 12:26 PM
Re: [6.4] Spell Check
|
Member
Registered: 12/24/00
Posts: 77
|
quote: Originally posted by LK: Ask your host to install LWP, URI and HTTP modules... Hi Guys, I checked my server modules and these three are installed. Does the HTTP module have to be just "HTTP"? In other words there are a number of HTTP so and so's but not just HTTP. I get the blank page thing when spell checkin' In fact all I get is "Powered by Infopop Corporation UBB.classicTM 6.5.0" when I spell check on this site. Thanks, Ed
_________________________
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198041 - 03/10/03 12:44 PM
Re: [6.4] Spell Check
|
Wizard
Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198046 - 03/11/03 01:30 PM
Re: [6.4] Spell Check
|
Member
Registered: 12/24/00
Posts: 77
|
Hi LK, I went back to your 6.3 code to see what was different. I looks like I couldn't get ubb_spell.cgi to call 'http://www.spellcheck.net/cgi-bin/spell.exe therefore the blank page.
In files - Open public_new_topic_form.pl, public_new_reply_form.pl, public_pm_form.pl and public_edit_post.pl
I replaced this: "window.open('$vars_config{CGIURL}/ubb_spell.cgi?f=$in{f}', 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes,width=$vars_modifications{spellcheck_width},height=$vars_modifications{spellcheck_height}');" />) : "" );
with this "window.open('http://www.spellcheck.net/cgi-bin/spell.exe?action=checkpg&string='+escape(document.replier.message.value), 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=$vars_modifications{spellcheck_width},height=$vars_modifications{spellcheck_height}');" class="buttons" />) : "" );
Now it works - if you could tell me why it won't work as you have written it for 6.5 I will make the corrections.
Thanks, Ed
_________________________
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198053 - 04/26/03 09:11 AM
Re: [6.4] Spell Check
|
Member
Registered: 12/24/00
Posts: 77
|
Catcherman, Below is what I did to get it to work on 6.50. I have not yet been able find out why it won't work using LKs code. In fact I still can not get it to work on this site. Maybe it is a browser issue. Ed quote: Originally posted by Ed: Hi LK, I went back to your 6.3 code to see what was different. I looks like I couldn't get ubb_spell.cgi to call 'http://www.spellcheck.net/cgi-bin/spell.exe therefore the blank page.
In files - Open public_new_topic_form.pl, public_new_reply_form.pl, public_pm_form.pl and public_edit_post.pl
I replaced this: "window.open('$vars_config{CGIURL}/ubb_spell.cgi?f=$in{f}', 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes,width=$vars_modifications{spellcheck_width},height=$vars_modifications{spellcheck_height}');" />) : "" );
with this "window.open('http://www.spellcheck.net/cgi-bin/spell.exe?action=checkpg&string='+escape(document.replier.message.value), 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=$vars_modifications{spellcheck_width},height=$vars_modifications{spellcheck_height}');" class="buttons" />) : "" );
Now it works - if you could tell me why it won't work as you have written it for 6.5 I will make the corrections.
Thanks, Ed
_________________________
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198071 - 06/15/03 01:44 AM
Re: [6.4] Spell Check
|
Junior Member
Registered: 06/15/03
Posts: 9
|
Hmm, nevermind my original post (contained below) I was tired... hadn't chmod'd the dang file. But, now I get the 'blank page' problem, after I hit the spellcheck button. Nevermind this: I'm getting this error in my Apache log: quote:
Premature end of script headers: /home/virtual/site33/fst/var/www/cgi-bin/ubb_spell.cgi
Running UBB.classic 6.5.0 Any help would be greatly appreciated! Thanks, Zammit
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|